home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 November / PCWorld_2006-11_cd.bin / multimedia / textaloud / TA2210.exe / {app} / InstallFirefoxExtension.exe / RCDATA / TTIPFORM / TTIPFORM.txt < prev   
Text File  |  2006-03-09  |  2KB  |  94 lines

  1. object TipForm: TTipForm
  2.   Left = 514
  3.   Top = 293
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Tip of the Day...'
  7.   ClientHeight = 188
  8.   ClientWidth = 370
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 145
  27.     Height = 47
  28.     ParentShowHint = False
  29.     Picture.Data = {<image000.bmp>}
  30.     ShowHint = False
  31.     Transparent = True
  32.   end
  33.   object Memo1: TMemo
  34.     Left = 8
  35.     Top = 56
  36.     Width = 353
  37.     Height = 89
  38.     BorderStyle = bsNone
  39.     Ctl3D = False
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     Lines.Strings = (
  46.       'We would love to hear what you think of WeatherAloud, and '
  47.       'are always available to help with any problems or questions '
  48.       'you have.  Click Help->WeatherAloud support, or email us at '
  49.       'support@nextup.com.')
  50.     ParentCtl3D = False
  51.     ParentFont = False
  52.     ReadOnly = True
  53.     TabOrder = 0
  54.     WantReturns = False
  55.   end
  56.   object NextButton: TButton
  57.     Left = 192
  58.     Top = 160
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Next'
  62.     Default = True
  63.     TabOrder = 1
  64.     OnClick = NextButtonClick
  65.   end
  66.   object CloseButton: TButton
  67.     Left = 280
  68.     Top = 160
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'Close'
  72.     Default = True
  73.     TabOrder = 2
  74.     OnClick = CloseButtonClick
  75.   end
  76.   object ShowCheckBox: TCheckBox
  77.     Left = 8
  78.     Top = 168
  79.     Width = 169
  80.     Height = 17
  81.     Caption = 'Show Tips at Startup'
  82.     TabOrder = 3
  83.   end
  84.   object QuickStartButton: TButton
  85.     Left = 208
  86.     Top = 16
  87.     Width = 129
  88.     Height = 25
  89.     Caption = 'Quick Start Guide'
  90.     TabOrder = 4
  91.     OnClick = QuickStartButtonClick
  92.   end
  93. end
  94.